projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b98cf43
)
(DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 1996 23:37:04 +0000
(23:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 1996 23:37:04 +0000
(23:37 +0000)
lib-src/movemail.c
patch
|
blob
|
history
diff --git
a/lib-src/movemail.c
b/lib-src/movemail.c
index 295b006911bba28683897ae02d9c72afd7fc6397..3739e01371d2b70cb72205c0e48c75759ca36667 100644
(file)
--- a/
lib-src/movemail.c
+++ b/
lib-src/movemail.c
@@
-70,6
+70,13
@@
Boston, MA 02111-1307, USA. */
#undef access
#endif /* MSDOS */
+#ifndef DIRECTORY_SEP
+#define DIRECTORY_SEP '/'
+#endif
+#ifndef IS_DIRECTORY_SEP
+#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
+#endif
+
#ifdef WINDOWSNT
#undef access
#undef unlink